SftTree/NET 2.0

AllowMergeFromUpperDefault Property, RowHeadersClass Class

Softel vdm, Inc.

Defines the CellBaseClass.AllowMergeFromUpper property default for row headers, whether cells in row headers allow merging with cells above.

Syntax      RowHeadersClass Class (Softelvdm.SftTreeNET)

VB   

Public Property AllowMergeFromUpperDefault As Boolean

C#   

public bool AllowMergeFromUpperDefault { get; set; }

C++   

public: property bool AllowMergeFromUpperDefault {
        bool get();
        void set(bool value);
}

Property Value

True if cells in row headers allow merging with cells above, otherwise False.

The default value is False.

Comments

The AllowMergeFromUpperDefault property defines the CellBaseClass.AllowMergeFromUpper property default for row headers, whether cells in row headers allow merging with cells above.

The default settings for cell merging can be defined using these properties: ColumnClass.AllowMergeFromUpperDefault is used for cells in the item area, RowHeaders.AllowMergeFromUpperDefault for row headers, Headers.AllowMergeFromUpperDefault for cells in column headers and Footers.AllowMergeFromUpperDefault for cells in column footers.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com